1 Lecture

CS302

Midterm & Final Term Short Notes

An Overview & Number Systems

Number systems are fundamental to mathematics and form the basis of calculations in various fields, from science to finance. They involve symbols and rules for representing quantities, and can vary based on their base or radix. The most common n


Important Mcq's
Midterm & Finalterm Prepration
Past papers included

Download PDF
  1. Which number system is commonly used in computing? a. Decimal b. Binary c. Octal d. Hexadecimal Answer: b

  2. What is the base of the octal number system? a. 2 b. 8 c. 10 d. 16 Answer: b

  3. What is the value of the binary number 1011 in decimal? a. 5 b. 8 c. 10 d. 11 Answer: d

  4. What is the value of the hexadecimal number A2 in decimal? a. 101 b. 162 c. 1620 d. 413 Answer: b

  5. What is the binary equivalent of the decimal number 27? a. 10101 b. 11010 c. 11101 d. 11110 Answer: c

  6. Which number system has the fewest number of symbols? a. Decimal b. Binary c. Octal d. Hexadecimal Answer: b

  7. What is the value of the octal number 17 in decimal? a. 8 b. 9 c. 15 d. 23 Answer: b

  8. What is the hexadecimal equivalent of the binary number 1101011? a. 6B b. 7A c. 8C d. 9D Answer: a

  9. What is the value of the decimal number 56 in octal? a. 56 b. 66 c. 70 d. 78 Answer: c

  10. What is the value of the hexadecimal number 3F in binary? a. 111100 b. 111101 c. 111110 d. 111111 Answer: b



Subjective Short Notes
Midterm & Finalterm Prepration
Past papers included

Download PDF
  1. What is a number system? Answer: A number system is a system of symbols and rules for representing quantities.

  2. What is the base or radix of a number system? Answer: The base or radix of a number system is the number of symbols used in that system.

  3. What is the decimal number system? Answer: The decimal number system is a base-10 number system that uses ten symbols (0-9) to represent quantities.

  4. What is the binary number system? Answer: The binary number system is a base-2 number system that uses two symbols (0 and 1) to represent quantities.

  5. What is the octal number system? Answer: The octal number system is a base-8 number system that uses eight symbols (0-7) to represent quantities.

  6. What is the hexadecimal number system? Answer: The hexadecimal number system is a base-16 number system that uses sixteen symbols (0-9 and A-F) to represent quantities.

  7. What is the significance of number systems in computing? Answer: Number systems are significant in computing as they form the basis of digital data storage and processing.

  8. What is the process of converting a decimal number to a binary number? Answer: The process of converting a decimal number to a binary number involves repeatedly dividing the decimal number by 2 and recording the remainders until the quotient is zero.

  9. What is the process of converting a binary number to a decimal number? Answer: The process of converting a binary number to a decimal number involves multiplying each digit of the binary number by the corresponding power of 2 and summing the products.

  10. What is the process of converting a hexadecimal number to a binary number? Answer: The process of converting a hexadecimal number to a binary number involves converting each hexadecimal digit to its 4-bit binary equivalent.

An Overview & Number Systems Number systems are a fundamental aspect of mathematics and play an essential role in various fields like science, engineering, finance, and computer science. A number system comprises a set of symbols, rules, and algorithms that are used to represent and manipulate quantities. There are several number systems, but the most common ones are decimal, binary, octal, and hexadecimal. Each number system has its own unique set of symbols and rules that are used to represent quantities. The decimal number system is the most familiar number system and is used in everyday life. It is a base-10 number system that uses ten symbols (0-9) to represent quantities. The binary number system, on the other hand, is used in computer science as digital data is stored and processed using binary numbers. It is a base-2 number system that uses two symbols (0 and 1) to represent quantities. The octal number system is a base-8 number system that uses eight symbols (0-7) to represent quantities, and the hexadecimal number system is a base-16 number system that uses sixteen symbols (0-9 and A-F) to represent quantities. Understanding number systems is crucial in computer science as digital data is stored and processed using binary numbers. Therefore, mastery of number systems is essential for mathematical proficiency and computational efficiency. Moreover, conversion between different number systems is also important as it allows for easy manipulation and processing of data. For example, hexadecimal numbers are often used in computer programming as they are more compact and easier to read than binary numbers. In conclusion, number systems are an essential aspect of mathematics and computing. They provide a framework for representing and manipulating quantities and form the basis of calculations in various fields. Understanding number systems is crucial for anyone working in fields that involve mathematics or computing, and the ability to convert between different number systems is an essential skill.